home *** CD-ROM | disk | FTP | other *** search
- Short: V2.11 creates pragma, lvo and stub files
- Author: stoecker@rcs.urz.tu-dresden.de (Dirk Stöcker)
- Uploader: stoecker@rcs.urz.tu-dresden.de (Dirk Stöcker)
- Type: dev/misc
- Version: 2.11
-
- This utility creates pragma, lvo files, assembler stubs and .lib files out
- of a given fd-file.
-
- The following pragma formats are supported: amicall, libcall, syscall,
- tagcall(SAS_C method), tagcall(StormC++ method).
-
- The command template you get with FD2Pragma ? . Additional help you
- get if you type a ? again, when in help mode!
-
- AMICALL, LIBCALL, AMITAGS, LIBTAGS and CSTUBS need a string as
- argument. This string is used to set a #if (given string) before the set
- method. So it is possible to create a file like this
-
- --> fd2pragma FDFILE xxx AMICALL " defined(__MAXON__) || defined(AZTEC_C)"
- LIBCALL "def __SASC"
-
- #if defined(__MAXON__) || defined(AZTEC_C)
- do amicalls
- #endif
- #ifdef __SASC
- do libcalls
- #endif
-
- If you give a "" string, then no #if will be added.
-
- This program is in the public domain. Use it as you want, but WITHOUT ANY
- WARRANTY!
-
- Please contact me:
-
- ***************************************************************************
- * snail-mail: Dirk Stoecker * e-mail: *
- * Geschwister-Scholl-Str. 10 * stoecker@rcs.urz.tu-dresden.de *
- * 01877 Bischofswerda * phone: *
- * GERMANY * GERMANY 03594/706666 *
- ***************************************************************************
-
-